home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {cf} / PC Tools / NDIS / InstallNDIS64 / pctNdis64.inf < prev    next >
Windows Setup INFormation  |  2010-01-07  |  3KB  |  93 lines

  1. ; pctNdis64.inf
  2. ; Copyright (c) 2009 - PC Tools
  3.  
  4. [Version]
  5. Signature  = "$Windows NT$"
  6. Class      = NetService
  7. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  8. Provider   = %PCTools%
  9. DriverVer  = 07/01/2009,1.0.0.35
  10. CatalogFile= pctNdis64.cat
  11.  
  12.  
  13. [Manufacturer]
  14. %PCTools% = PCTOOLS,NTx86,NTia64,NTamd64
  15.  
  16. [ControlFlags]
  17.  
  18. ;=========================================================================
  19. ;
  20. ;=========================================================================
  21. ; For Win2K
  22. [PCTOOLS]
  23. %PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
  24.  
  25. ; For XP and later
  26.  
  27. [PCTOOLS.NTx86]
  28. %PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
  29. [PCTOOLS.NTia64]
  30. %PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
  31.  
  32. [PCTOOLS.NTamd64]
  33. %PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
  34.  
  35. [PCTNdis.ndi]
  36. AddReg = PCTNdis.ndi.AddReg, PCTNdis.AddReg
  37. Characteristics = 0x410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !!--Filter Specific--!!
  38. CopyFiles       = PCTNdis.CopyFiles.Sys
  39. CopyInf         = pctNdis_m64.inf
  40.  
  41. [PctDriver.ndi.Remove]
  42. DelFiles = PctDriver.CopyFiles.Sys
  43.  
  44. [PctDriver.ndi.Services]
  45. AddService = pctNDIS,, PctDriver.AddService
  46.  
  47. [PctDriver.AddService]
  48. DisplayName    = %PCTService_Desc%
  49. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  50. StartType      = 3 ;SERVICE_DEMAND_START
  51. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  52. ServiceBinary  = %12%\pctNdis64.sys
  53.  
  54. ; ----------------------------------------------------------------------
  55. ; File copy
  56. ;
  57. [SourceDisksNames]
  58. 1=%DiskDescription%,"",,
  59.  
  60. [SourceDisksFiles]
  61. pctNdis64.sys=1
  62.  
  63. [DestinationDirs]
  64. DefaultDestDir = 12
  65. PCTNdis.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  66.  
  67. [PCTNdis.CopyFiles.Sys]
  68. pctNdis64.sys,,,2
  69.  
  70. ; ----------------------------------------------------------------------
  71. ; PCTNdis Install
  72. ;
  73.  
  74. [PCTNdis.ndi.AddReg]
  75. HKR, Ndi, HelpText, , %PCTNdis_HELP%
  76. HKR, Ndi,            FilterClass,         , failover
  77. HKR, Ndi,            FilterDeviceInfFile, , PCTNdis_m64.inf
  78. HKR, Ndi,            FilterDeviceInfId,   , s4e_PCTNdismp
  79. HKR, Ndi,            Service,             , pctNDIS
  80. HKR, Ndi\Interfaces, UpperRange,          , noupper
  81. HKR, Ndi\Interfaces, LowerRange,          , nolower
  82. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  83.  
  84. [PCTNdis.AddReg]
  85. HKR, Parameters, Param1, 0, 4
  86. ; ----------------------------------------------------------------------
  87. [Strings]
  88. PCTools = "PC Tools"
  89. DiskDescription = "PC Tools Firewall Driver Disk"
  90. PCTNdis_Desc = "PC Tools Firewall Driver"
  91. PCTNdis_HELP = "PC Tools Firewall Driver"
  92. PCTService_Desc = "PC Tools Firewall Service"
  93.